runtime.traceRegionAllocBlock.data (field)
6 uses
	runtime (current package)
		traceregion.go#L32: 	data [traceRegionAllocBlockData]byte
		traceregion.go#L56: 		if r <= uintptr(len(block.data)) {
		traceregion.go#L57: 			return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
		traceregion.go#L69: 		if r <= uintptr(len(block.data)) {
		traceregion.go#L71: 			return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
		traceregion.go#L88: 	x := (*notInHeap)(unsafe.Pointer(&block.data[0]))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |